>

[Maple Math] ( em verde ) [Maple Math] ( em vermelho ) e [Maple Math] ( em amarelo )

> plot({2,-1,4.5},x=-3..3);

[Maple Plot]

>

>

>

[Maple Math]

> with(plottools):
l := line([3,-3], [3,4], color=green);
plots[display](l);

[Maple Plot]

>

>

>

>

[Maple Math] ( em amarelo ) [Maple Math] ( em vermelho ) [Maple Math] ( em verde )

> plot({2*x,2*x-4,2*x+3},x=-3..3);

[Maple Plot]

>

>

>

[Maple Math] ( em verde ) [Maple Math] ( em vermelho ) [Maple Math] ( em amarelo )

> plot({3*x-2,x/2+3,17/3*x-5},x=-2..4);

[Maple Plot]

>

>

>

>

[Maple Math] ( em amarelo ) [Maple Math] ( em verde ) [Maple Math] ( em vermelho )

> plot({-x,-2*x+4,-x/4-3},x=-4..8);

[Maple Plot]

>

>

>

a ) [Maple Math]

> plot(1/x,x=-5..5,y=-10..10,color=cyan);

[Maple Plot]

b ) [Maple Math]

> plot(x^3,x=-4..4,color=green);

[Maple Plot]

>

>

>

[Maple Math]

> plot(x^2-3,x=-3..3,color=yellow);

[Maple Plot]

>

>

>

>

[Maple Math]

> plot(abs(x),x=-7..7,color=magenta);

[Maple Plot]

>

>

>

>

[Maple Math]

> plot(x-2,x=-6..6);

[Maple Plot]

[Maple Math]

> plot(-x+3,x=-3..4);

[Maple Plot]

>